@charset "UTF-8";
.w1600 {
  max-width: 1630px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

p {
  margin: 0;
}

.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.head-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  padding: 35px 0;
}

.head-bg .head-index {
  align-items: center;
  position: relative;
}

.head-bg .head-index .logo {
  width: 20%;
}

.head-bg .head-index .logo img {
  max-width: 100%;
}

.head-bg .head-index .headr {
  width: 61.875%;
  align-items: center;
}

/*搜索*/
.ss {
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  width: 238px;
  padding: 20px;
  border-radius: 20px;
  z-index: 999;
  background: rgba(255, 179, 0, 0.5);
}

.ss input {
  outline: none;
  line-height: 30px;
  width: 20%;
  background: none;
  border: 1px solid #fff;
  background: #fff;
  font-size: 13px;
  color: #1c4086;
  float: left;
}

.ss #keyword {
  padding-left: 5px;
  line-height: 30px;
  width: 80%;
  background: none;
  border: 1px solid #fff;
  outline: none;
  font-size: 13px;
  color: #fff;
  float: left;
}

.ss #keyword:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
  color: #fff;
}

/*导航*/
.x-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
}

.x-menu > li {
  position: relative;
  width: 15%;
}

.x-menu > li > a {
  display: block;
  font-size: 18px;
  color: #ffffff;
  white-space: nowrap;
  line-height: 42px;
  height: 42px;
  text-align: center;
}

.x-menu > li > a:hover {
  font-weight: 600;
}

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  /*height: 40px;*/
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background: #fff;
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0%;
  top: 65px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li {
  /* padding: 0 0.9rem; */
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #666666;
  line-height: 2.6;
}

.x-sub-menu > li > a:hover {
  background: #ff7f00;
  color: #fff;
}

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
  display: none;
}

/*主营破碎设备、粉磨设备*/
.sb-index {
  margin-top: 6.77083333333333vw;
}

.sb-index .sblist {
  margin: 0 -1%;
  margin-top: 2.6vw;
}

.sb-index .sblist li {
  float: left;
  width: 23%;
  margin: 0 1%;
}

.sb-index .sblist li .img1 img {
  width: 100%;
}

.sb-index .sblist li .wz {
  text-align: center;
  color: #4b4b4a;
  font-size: 20px;
  padding: 1.5625vw 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.put {
  text-align: center;
}

.put .put1 {
  justify-content: center;
  align-items: center;
}

.put .put1 b {
  color: #000000;
  font-size: 44px;
  margin: 0 15px;
}

.put .put2 {
  color: #666666;
  font-size: 18px;
  margin-top: 15px;
}

/*产品中心*/
.pro-bg {
  background: url(../images/bj1.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 7.3vw 0;
  margin-top: 4.167vw;
}

.tt11{
  display: none;
}

.psort {
  margin-top: 2vw;
  margin-bottom: 2.6vw;
}

.psort li {
  width: 29.875%;
  border: 1px dashed #ababab;
  background: #ffffff;
  border-radius: 40px;
  padding: 0.8vw 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.psort li a {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 24px;
}

.psort li.cur {
  background: #0b0478;
}

.psort li.cur a {
  color: #fff;
}

.plist1 {
  margin: 0 -1.4375%;
}

.plist1 li {
  float: left;
  width: 23.5625%;
  margin: 0 0.71875%;
  margin-bottom: 1.4375%;
}

.plist1 li .img1 img {
  width: 100%;
}

.plist1 li .wz {
  background: #0b0478;
  text-align: center;
  padding: 1.25vw 5px;
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**/
.ad-bg {
  background: url(../images/bj2.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 8.59375vw;
  padding-bottom: 8.85416666666667vw;
}

.ad-bg .ad-index {
  position: relative;
}

.ad-bg .ad-index .adl {
  width: 27.5%;
}

.ad-bg .ad-index .adl .ad0 h3 {
  color: #202b8c;
  font-size: 44px;
  font-weight: 600;
}

.ad-bg .ad-index .adl .ad0 h4 {
  color: #333333;
  font-size: 36px;
  margin-top: 2.86458333333333vw;
}

.ad-bg .ad-index .adl .ad0 h4 span {
  display: block;
  width: 22px;
  height: 3px;
  background: #e30000;
  margin-top: 1.3vw;
}

.ad-bg .ad-index .adl .ad1 {
  margin-top: 1.5625vw;
  padding-right: 2.34375vw;
}

.ad-bg .ad-index .adl .ad1 p {
  color: #666666;
  font-size: 16px;
  line-height: 2.25;
  text-align: justify;
}

.ad-bg .ad-index .adl .ad2 {
  margin-top: 3.64583333333333vw;
}

.ad-bg .ad-index .adl .ad2 h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0.8vw;
}

.ad-bg .ad-index .adl .ad2 h3 b {
  color: #d20000;
}

.ad-bg .ad-index .adl .ad2 p {
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}

.ad-bg .ad-index .adl .ad3 {
  background: #e30000;
  border-radius: 40px;
  padding: 16px 0;
  text-align: center;
  margin-top: 4.2vw;
}

.ad-bg .ad-index .adl .ad3 p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.ad-bg .ad-index .adm {
  width: 44.625%;
  margin: 0 auto;
  position: absolute;
  left: -2vw;
  right: 0;
}

.ad-bg .ad-index .adm img {
  width: 100%;
}

.ad-bg .ad-index .adr {
  width: 34.6875%;
}

.ad-bg .ad-index .adr .adr1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ad-bg .ad-index .adr .adr1 b {
  color: #ffffff;
  font-size: 37px;
}

.ad-bg .ad-index .adr .adr1 span {
  color: #ffffff;
  font-size: 30px;
  background: #e30000;
  padding: 2px 15px;
  margin-left: 10px;
}

.ad-bg .ad-index .adr .adrlist li {
  border-bottom: 1px dashed #fff;
  margin-top: 4.2vw;
  margin-left: 5.2vw;
}

.ad-bg .ad-index .adr .adrlist li .wz1 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.ad-bg .ad-index .adr .adrlist li .wz2 {
  color: #ffffff;
  font-size: 16px;
  padding: 15px 0;
}

.ad-bg .ad-index .adr .adrlist li:last-child {
  margin-left: 2.6vw;
}

/*关于我们*/
.ab-index {
  margin-top: 6.25vw;
}

.ab-index .abl {
  width: 38.125%;
}

.ab-index .abl .at h3 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Arial";
  text-transform: uppercase;
  color: #eeeeee;
  line-height: 1;
}

.ab-index .abl .at h4 {
  color: #0b0478;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  margin-top: -20px;
}

.ab-index .abl .at2 {
  color: #010101;
  font-size: 18px;
  font-weight: 600;
  margin-top: 4.6875vw;
}

.ab-index .abl .aw {
  margin-top: 1vw;
}

.ab-index .abl .aw p {
  color: #333333;
  font-size: 16px;
  line-height: 36px;
}

.ab-index .abr {
  width: 60.25%;
}

.ab-index .abr img {
  width: 100%;
}

.gssl-index {
  margin-top: 2.6vw;
  align-items: center;
}

.gssl-index .gssl-left {
  width: 317px;
  height: 139px;
  background: #0b0478;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gssl-index .gssl-left h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
}

.gssl-index .gssl-left h4 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
}

.gssl-index .gssl-right {
  width: 75.9375%;
  padding-right: 10%;
}

.gssl-index .gssl-right .numlist li {
  align-items: center;
}

.gssl-index .gssl-right .numlist li .wz .wza {
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
}

.gssl-index .gssl-right .numlist li .wz .wza span {
  color: #333333;
  font-size: 34px;
  font-weight: 600;
}

.gssl-index .gssl-right .numlist li .wz .wza b {
  color: #333333;
  font-size: 18px;
}

.gssl-index .gssl-right .numlist li .wz .wzb {
  color: #333333;
  font-size: 16px;
  margin-top: 5px;
}

/*留言*/
.liu-bg {
  background: url(../images/bj3.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 4.6875vw 0;
  margin-top: 6vw;
}

.liu-bg .liu-index {
  align-items: center;
}

.liu-bg .liu-index .liu-left {
  width: 31.25%;
}

.liu-bg .liu-index .liu-left h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
}

.liu-bg .liu-index .liu-left h4 {
  color: #ffffff;
  font-size: 28px;
  margin-top: 1vw;
}

.liu-bg .liu-index .liu-left .ltel {
  display: flex;
  align-items: center;
  border: 1px solid #9b9d9d;
  border-radius: 40px;
  margin-top: 2.6vw;
  width: 90%;
}

.liu-bg .liu-index .liu-left .ltel span {
  width: 118px;
  height: 56px;
  background: #0b0478;
  border-radius: 40px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 18px;
}

.liu-bg .liu-index .liu-left .ltel .ltel2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  font-family: "Impact";
  width: calc(100% - 118px);
  text-indent: 1vw;
}

.liu-bg .liu-index .liu-right {
  width: 52.8125%;
}

.liu-bg .liu-index .liu-right .ww1 .ww2 {
  width: 32.5%;
  border: 1px solid #9da1a5;
  height: 62px;
  line-height: 60px;
}

.liu-bg .liu-index .liu-right .ww1 .ww2 input {
  border: none;
  width: 100%;
  padding: 0;
  background: none;
  padding: 0 20px;
  text-align: left;
  font-size: 16px;
  outline: none;
}

.liu-bg .liu-index .liu-right .ww1 .ww2 input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.liu-bg .liu-index .liu-right .ww1 .ww2 #checkcode {
  border: none;
}

.liu-bg .liu-index .liu-right .ww3 {
  margin-top: 12px;
}

.liu-bg .liu-index .liu-right .ww3 .ww3a {
  width: 66.2%;
  border: 1px solid #9da1a5;
  height: 62px;
  line-height: 60px;
}

.liu-bg .liu-index .liu-right .ww3 .ww3a textarea {
  border: none;
  width: 100%;
  padding: 0;
  background: none;
  padding: 0 20px;
  text-align: left;
  font-size: 16px;
  outline: none;
}

.liu-bg .liu-index .liu-right .ww3 .ww3a textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.liu-bg .liu-index .liu-right .ww3 .ww3b {
  width: 32.5%;
  background: #0b0478;
  height: 62px;
  line-height: 60px;
}

.liu-bg .liu-index .liu-right .ww3 .ww3b input {
  border: none;
  width: 100%;
  padding: 0;
  background: none;
  font-size: 16px;
  color: #fff;
  border: none;
  outline: none;
}

/*新闻*/
.news-index {
  margin-top: 7.3vw;
  margin-bottom: 6.25vw;
}

.newsl {
  width: 65.5%;
}

.nlist1 li .img1 {
  position: relative;
}

.nlist1 li .img1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(34, 63, 151, 0.25);
}

.nlist1 li .img1 > img {
  width: 100%;
}

.nlist1 li .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.6vw;
}

.nlist1 li .wz .wza {
  font-size: 32px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nlist1 li .wz .wzb {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.47;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsr {
  width: 31.42%;
  background: #f6f6f6;
}

.nlist2 li img {
  width: 100%;
}

.nlist2 li .wz {
  background: #f6f6f6;
  padding: 1.5vw;
}

.nlist2 li .wz .date {
  color: #999999;
  font-family: "Impact";
  font-size: 19px;
}

.nlist2 li .wz .wza {
  color: #000000;
  font-size: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1.5vw;
}

.nlist2 li .wz .wzb {
  color: #666666;
  font-size: 17px;
  line-height: 1.88;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.8vw;
}

.nlist2 li .wz .wzmore {
  width: 134px;
  height: 38px;
  border-radius: 4px;
  background: #bebebe;
  text-align: center;
  line-height: 38px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 2vw;
}

.nlist2 li:hover .wz .wza{
  color: #0b0478;
}

.nlist2 li:hover .wz .wzmore{
  background: #0b0478;
}

.news-roll {
  margin-top: 2.4vw;
}

.newsSwiper {
  overflow: hidden;
}

.newsSwiper .swiper-slide a {
  display: block;
  background: #f6f6f6;
  padding: 1.8vw;
}

.newsSwiper .swiper-slide a .wz .date {
  color: #999999;
  font-size: 14px;
  margin: 15px 0;
}

.newsSwiper .swiper-slide a .wz .wza {
  font-size: 24px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1vw;
}

.newsSwiper .swiper-slide a .wz .wzb {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  margin: 1.5vw 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsSwiper .swiper-slide a .wz .wzmore {
  width: 134px;
  height: 37px;
  border-radius: 4px;
  background: #bebebe;
  text-align: center;
  line-height: 37px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
}

.newsSwiper .swiper-slide:hover a .wz .wza{
  color: #0b0478;
}

.newsSwiper .swiper-slide:hover a .wz .wzmore{
  background: #0b0478;
}

/**/
.link-bg {
  background: #0b0478;
  padding: 25px 0;
  color: #fff;
}

.link-bg a {
  color: rgba(255, 255, 255, 0.7);
}

.foot-bg {
  background: #333333;
}

.foot-bg .flx-index {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.foot-bg .flx-index .flogo {
  width: 20%;
}

.foot-bg .flx-index .flogo img {
  max-width: 100%;
}

.foot-bg .flx-index .ftel p {
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
}

.foot-bg .flx-index .ftel p img {
  margin-right: 5px;
}

.foot-bg .foot-index {
  margin-top: 2vw;
  padding-bottom: 4vw;
}

.foot-bg .foot-index .footl {
  width: 50%;
}

.foot-bg .foot-index .footl .fdao {
  color: rgba(255, 255, 255, 0.8);
}

.foot-bg .foot-index .footl .fdao a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.foot-bg .foot-index .footl .flx {
  color: #ffffff;
  margin-top: 1.5vw;
}

.foot-bg .foot-index .footl .fcop {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin-top: 1vw;
}

.foot-bg .foot-index .footl .fcop a {
  color: rgba(255, 255, 255, 0.5);
}

.foot-bg .foot-index .footr {
  text-align: center;
  color: #ffffff;
}

.foot-bg .foot-index .footr p {
  line-height: 3;
}

.foot-bg .foot-index .footr p img {
  max-width: 100%;
}

@media (max-width: 1440px) {
  .nlist1 li .wz .wza {
    font-size: 18px;
  }
  .nlist1 li .wz .wzb {
    font-size: 15px;
  }
  .nlist2 li .wz {
    padding: 0.8vw 1.5vw;
  }
  .nlist2 li .wz .wza {
    font-size: 18px;
    margin-top: 1vw;
  }
  .nlist2 li .wz .wzb {
    font-size: 15px;
  }
  .nlist2 li .wz .wzmore {
    margin-top: 1vw;
  }
  .newsSwiper .swiper-slide a .wz .wza {
    font-size: 18px;
  }
  .newsSwiper .swiper-slide a .wz .wzb {
    font-size: 15px;
  }
}

@media (max-width: 1366px) {
  .ad-bg .ad-index .adl .ad0 h3 {
    font-size: 34px;
  }
  .ad-bg .ad-index .adl .ad0 h4 {
    font-size: 30px;
  }
  .ab-index .abl .at h3 {
    font-size: 30px;
  }
  .ab-index .abl .at h4 {
    font-size: 24px;
  }
  .ab-index .abl .aw p {
    font-size: 15px;
    line-height: 30px;
  }
  .gssl-index .gssl-left h3 {
    font-size: 34px;
  }
  .gssl-index .gssl-right .numlist li .wz .wza span {
    font-size: 30px;
  }
  .liu-bg .liu-index .liu-left h3 {
    font-size: 34px;
  }
  .liu-bg .liu-index .liu-left h4 {
    font-size: 20px;
  }
  .liu-bg .liu-index .liu-left .ltel .ltel2 {
    font-size: 24px;
  }
}

@media (max-width: 1280px) {
  .x-menu > li > a {
    font-size: 16px;
  }
  .put .put1 b {
    font-size: 34px;
  }
  .put .put2 {
    font-size: 16px;
  }
  .sb-index .sblist li .wz {
    font-size: 16px;
  }
  .psort li a {
    font-size: 16px;
  }
  .plist1 li .wz {
    font-size: 16px;
  }
  .ad-bg .ad-index .adl .ad0 h3 {
    font-size: 30px;
  }
  .ad-bg .ad-index .adl .ad0 h4 {
    font-size: 22px;
  }
  .ad-bg .ad-index .adl .ad1 p {
    font-size: 15px;
    line-height: 26px;
  }
  .ad-bg .ad-index .adl .ad2 {
    margin-top: 2vw;
  }
  .ad-bg .ad-index .adl .ad3 p {
    font-size: 20px;
  }
  .ad-bg .ad-index .adm {
    width: 35.625%;
  }
  .ad-bg .ad-index .adr .adr1 b {
    font-size: 30px;
  }
  .ad-bg .ad-index .adr .adr1 span {
    font-size: 24px;
  }
  .ad-bg .ad-index .adr .adrlist li {
    margin-top: 3vw;
    margin-left: 3.2vw;
  }
  .ad-bg .ad-index .adr .adrlist li .wz1 {
    font-size: 20px;
  }
  .ad-bg .ad-index .adr .adrlist li .wz2 {
    font-size: 14px;
  }
  .gssl-index .gssl-left h3 {
    font-size: 24px;
  }
  .gssl-index .gssl-left h4 {
    font-size: 20px;
  }
  .liu-bg .liu-index .liu-left h3 {
    font-size: 24px;
  }
  .liu-bg .liu-index .liu-left h4 {
    font-size: 18px;
  }
  .liu-bg .liu-index .liu-left .ltel span {
    height: 46px;
    line-height: 44px;
    font-size: 16px;
  }
  .gssl-index .gssl-right .numlist li .wz .wza span {
    font-size: 20px;
  }
  .gssl-index .gssl-right .numlist li .wz .wza b {
    font-size: 14px;
  }
  .foot-bg .flx-index .ftel p {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  .ad-bg .ad-index .adl .ad0 h3 {
    font-size: 24px;
  }
  .ad-bg .ad-index .adl .ad1 p {
    font-size: 13px;
  }
  .ad-bg .ad-index .adl .ad2 h3 {
    font-size: 20px;
  }
  .ad-bg .ad-index .adl .ad2 p {
    font-size: 14px;
  }
  .ad-bg .ad-index .adl .ad3 p {
    font-size: 16px;
  }
  .ad-bg .ad-index .adr .adr1 b {
    font-size: 24px;
  }
  .ad-bg .ad-index .adr .adr1 span {
    font-size: 20px;
  }
  .ad-bg .ad-index .adr .adrlist li {
    margin-top: 2vw;
  }
  .ad-bg .ad-index .adr .adrlist li .wz1 {
    font-size: 18px;
  }
  .ab-index .abl .at2 {
    margin-top: 2vw;
  }
  .ab-index .abl .aw p {
    line-height: 24px;
  }
}

@media (max-width: 995px) {
  .sb-index {
    margin-top: 40px;
  }
  .put .put1 img {
    max-width: 20px;
    width: 100%;
  }
  .put .put1 b {
    font-size: 20px;
  }
  .put .put2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .sb-index .sblist {
    margin: 0;
    margin-top: 20px;
  }
  .sb-index .sblist li {
    width: 48%;
    margin: 0;
    margin-bottom: 4%;
  }
  .sb-index .sblist li:nth-child(2n) {
    float: right;
  }
  .sb-index .sblist li .wz {
    font-size: 14px;
  }
  .pro-bg {
    padding: 40px 0;
  }
  .psort {
    margin: 20px 0;
  }
  .psort li {
    width: 31%;
  }
  .psort li a {
    font-size: 14px;
  }
  .plist1 {
    margin: 0;
  }
  .plist1 li {
    width: 48%;
    margin-bottom: 4%;
  }
  .plist1 li:nth-child(2n) {
    float: right;
  }
  .plist1 li .wz {
    font-size: 14px;
  }
  .ad-bg {
    padding: 40px 0;
    background: #d2e3fa;
  }
  .ad-bg .ad-index {
    flex-wrap: wrap;
  }
  .ad-bg .ad-index .adl {
    width: 100%;
  }
  .ad-bg .ad-index .adm {
    width: 100%;
    position: relative;
    left: 0;
    margin-top: 20px;
  }
  .ad-bg .ad-index .adr {
    width: 100%;
    margin-top: 20px;
  }
  .ad-bg .ad-index .adr .adr1 {
    justify-content: flex-start;
  }
  .ad-bg .ad-index .adr .adrlist li {
    margin-left: 0;
    margin-top: 20px;
    border-bottom: 1px dashed #202b8c;
  }
  .ad-bg .ad-index .adr .adrlist li:last-child {
    margin-left: 0;
  }
  .ad-bg .ad-index .adr .adr1 b {
    color: #202b8c;
  }
  .ad-bg .ad-index .adr .adrlist li .wz1 {
    color: #202b8c;
  }
  .ad-bg .ad-index .adr .adrlist li .wz2 {
    color: #202b8c;
  }
  .ab-index {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .ab-index .abl {
    width: 100%;
  }
  .ab-index .abl .at2 {
    margin-top: 20px;
  }
  .ab-index .abr {
    width: 100%;
    margin-top: 20px;
  }
  .gssl-index {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .gssl-index .gssl-left {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  .gssl-index .gssl-right {
    width: 100%;
    margin-top: 40px;
    padding-right: 0;
  }
  .gssl-index .gssl-right .numlist {
    flex-wrap: wrap;
  }
  .gssl-index .gssl-right .numlist li {
    width: 50%;
    margin-bottom: 20px;
  }
  .gssl-index .gssl-right .numlist li .img1 img {
    max-width: 40px;
    width: 100%;
  }
  .gssl-index .gssl-right .numlist li .wz {
    width: 70%;
  }
  .gssl-index .gssl-right .numlist li .wz .wza span {
    font-size: 16px;
  }
  .gssl-index .gssl-right .numlist li .wz .wzb {
    font-size: 14px;
  }
  .liu-bg {
    margin-top: 20px;
    padding: 40px 0;
  }
  .liu-bg .liu-index {
    flex-wrap: wrap;
  }
  .liu-bg .liu-index .liu-left {
    width: 100%;
  }
  .liu-bg .liu-index .liu-left h4 {
    font-size: 14px;
    margin-top: 10px;
  }
  .liu-bg .liu-index .liu-right {
    width: 100%;
    margin-top: 20px;
  }
  .liu-bg .liu-index .liu-right .ww1 {
    flex-wrap: wrap;
  }
  .liu-bg .liu-index .liu-right .ww1 .ww2 {
    width: 100%;
    margin-bottom: 10px;
    height: 52px;
    line-height: 50px;
  }
  .liu-bg .liu-index .liu-right .ww3 {
    flex-wrap: wrap;
  }
  .liu-bg .liu-index .liu-right .ww3 .ww3a textarea {
    height: 60px;
    overflow: hidden;
  }
  .liu-bg .liu-index .liu-right .ww3 .ww3a {
    width: 100%;
  }
  .liu-bg .liu-index .liu-right .ww3 .ww3b {
    width: 100%;
    margin-top: 10px;
  }
  .news-con {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .newsl {
    width: 100%;
  }
  .newsr {
    width: 100%;
    margin-top: 20px;
  }
  .nlist1 li .wz .wza {
    font-size: 16px;
  }
  .nlist1 li .wz .wzb {
    font-size: 13px;
  }
  .nlist2 li .wz {
    padding: 15px 15px;
  }
  .nlist2 li .wz .wza {
    font-size: 16px;
  }
  .nlist2 li .wz .wzb {
    font-size: 13px;
    line-height: 24px;
  }
  .nlist2 li .wz .wzmore {
    margin-top: 10px;
  }
  .news-roll {
    margin-top: 20px;
  }
  .newsSwiper .swiper-slide a {
    padding: 15px;
  }
  .newsSwiper .swiper-slide a .wz .date {
    margin: 10px 0;
  }
  .newsSwiper .swiper-slide a .wz .wza {
    font-size: 14px;
  }
  .newsSwiper .swiper-slide a .wz .wzb {
    font-size: 13px;
  }
  .newsSwiper .swiper-slide a .wz .wzmore {
    width: 80%;
    font-size: 12px;
  }
  .foot-bg .flx-index {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .foot-bg .flx-index .flogo {
    width: 100%;
  }
  .foot-bg .flx-index .ftel {
    width: 100%;
    margin-top: 20px;
  }
  .foot-bg .flx-index .ftel p {
    font-size: 16px;
  }
  .foot-bg .foot-index {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .foot-bg .foot-index .footl {
    width: 100%;
  }
  .foot-bg .foot-index .footr {
    width: 100%;
    margin-top: 20px;
  }
}
